[INFO] cloning repository https://github.com/baerla/rust-auth-srv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/baerla/rust-auth-srv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaerla%2Frust-auth-srv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaerla%2Frust-auth-srv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5e09022c157d8ffff01cfda80cfbfdd06fc44093
[INFO] testing baerla/rust-auth-srv against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaerla%2Frust-auth-srv" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/baerla/rust-auth-srv
[INFO] finished tweaking git repo https://github.com/baerla/rust-auth-srv
[INFO] tweaked toml for git repo https://github.com/baerla/rust-auth-srv written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/baerla/rust-auth-srv on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/baerla/rust-auth-srv already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio-macros v0.2.6
[INFO] [stderr]   Downloaded jsonwebtoken v7.2.0
[INFO] [stderr]   Downloaded simple_asn1 v0.4.1
[INFO] [stderr]   Downloaded pem v0.8.3
[INFO] [stderr]   Downloaded tempfile v3.12.0
[INFO] [stderr]   Downloaded num-bigint v0.2.6
[INFO] [stderr]   Downloaded httparse v1.9.4
[INFO] [stderr]   Downloaded cc v1.1.18
[INFO] [stderr]   Downloaded bytes v1.7.1
[INFO] [stderr]   Downloaded syn v2.0.77
[INFO] [stderr]   Downloaded rustix v0.38.36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 699825b76db4f65924d50b1dbf6561095483da6795e87be4716dd6fd18f3db5f
[INFO] running `Command { std: "docker" "start" "-a" "699825b76db4f65924d50b1dbf6561095483da6795e87be4716dd6fd18f3db5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "699825b76db4f65924d50b1dbf6561095483da6795e87be4716dd6fd18f3db5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "699825b76db4f65924d50b1dbf6561095483da6795e87be4716dd6fd18f3db5f", kill_on_drop: false }`
[INFO] [stdout] 699825b76db4f65924d50b1dbf6561095483da6795e87be4716dd6fd18f3db5f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f3732d1ef8d7d71340afa775086c4dee98fc82b4d969092a9f116aedbf7ea30
[INFO] running `Command { std: "docker" "start" "-a" "7f3732d1ef8d7d71340afa775086c4dee98fc82b4d969092a9f116aedbf7ea30", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling rustix v0.38.36
[INFO] [stderr]    Compiling pin-project-internal v0.4.30
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling cc v1.1.18
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling input_buffer v0.3.1
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling twoway v0.1.8
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling http-body v0.3.1
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling httpdate v0.3.2
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling headers v0.3.9
[INFO] [stderr]    Compiling urlencoding v1.3.3
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling simple_asn1 v0.4.1
[INFO] [stderr]    Compiling tempfile v3.12.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling pem v0.8.3
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling tokio-macros v0.2.6
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling pin-project v0.4.30
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling tungstenite v0.11.1
[INFO] [stderr]    Compiling multipart v0.17.1
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.11.0
[INFO] [stderr]    Compiling h2 v0.2.7
[INFO] [stderr]    Compiling serde_urlencoded v0.6.1
[INFO] [stderr]    Compiling jsonwebtoken v7.2.0
[INFO] [stderr]    Compiling hyper v0.13.10
[INFO] [stderr]    Compiling warp v0.2.5
[INFO] [stderr]    Compiling rust-auth-srv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.83s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.17.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "7f3732d1ef8d7d71340afa775086c4dee98fc82b4d969092a9f116aedbf7ea30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f3732d1ef8d7d71340afa775086c4dee98fc82b4d969092a9f116aedbf7ea30", kill_on_drop: false }`
[INFO] [stdout] 7f3732d1ef8d7d71340afa775086c4dee98fc82b4d969092a9f116aedbf7ea30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4351ebe7193980a1e35d5ff6db85864bb0df266ae62f1663a8fa84b53bc8ad78
[INFO] running `Command { std: "docker" "start" "-a" "4351ebe7193980a1e35d5ff6db85864bb0df266ae62f1663a8fa84b53bc8ad78", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust-auth-srv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.79s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.17.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "4351ebe7193980a1e35d5ff6db85864bb0df266ae62f1663a8fa84b53bc8ad78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4351ebe7193980a1e35d5ff6db85864bb0df266ae62f1663a8fa84b53bc8ad78", kill_on_drop: false }`
[INFO] [stdout] 4351ebe7193980a1e35d5ff6db85864bb0df266ae62f1663a8fa84b53bc8ad78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e33da70c66717025a4f60f29929eb8f2604a31af7978275c0320faa4008a46bb
[INFO] running `Command { std: "docker" "start" "-a" "e33da70c66717025a4f60f29929eb8f2604a31af7978275c0320faa4008a46bb", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.17.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_auth_srv-eb05b8c4325f12cf)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test tests::admin_login_success ... ok
[INFO] [stdout] test tests::admin_route_success ... ok
[INFO] [stdout] test tests::user_login_success ... ok
[INFO] [stdout] test tests::user_route_success ... ok
[INFO] [stdout] test tests::admin_route_unauthorized ... FAILED
[INFO] [stdout] test tests::admin_route_old_token ... FAILED
[INFO] [stdout] test tests::user_route_old_token ... FAILED
[INFO] [stdout] test tests::user_route_unauthorized ... FAILED
[INFO] [stdout] test tests::login_wrong_credentials ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::admin_route_unauthorized stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::admin_route_unauthorized' (20) panicked at src/main.rs:287:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 500
[INFO] [stdout]  right: 401
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f756bf245ca - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f756bf245ca - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f756bf245ca - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f756bf245ca - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f756bf3985a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f756bf3985a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5f756bf29042 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f756bf29042 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f756bf0321f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f756bf0321f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f756bf1ca09 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f756bd0f64c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5f756bd0f64c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f756bf1cbc2 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5f756bf1cbc2 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f756bf032d8 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f756befac49 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f756bf03fed - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f756bf3a04c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f756bf39ed3 - core[786f478f706679df]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5f756bccfa99 - core[786f478f706679df]::panicking::assert_failed::<http[c27fd5563f40a3c8]::status::StatusCode, http[c27fd5563f40a3c8]::status::StatusCode>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5f756bcbb8cc - rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:287:9
[INFO] [stdout]   22:     0x5f756bcf21ad - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   23:     0x5f756bcacf90 - tokio[5062e48e5bfc082]::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   24:     0x5f756bc833b5 - <std[f92b4c606f291077]::thread::local::LocalKey<core[786f478f706679df]::cell::Cell<tokio[5062e48e5bfc082]::coop::Budget>>>::try_with::<tokio[5062e48e5bfc082]::coop::with_budget<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x5f756bc8165e - <std[f92b4c606f291077]::thread::local::LocalKey<core[786f478f706679df]::cell::Cell<tokio[5062e48e5bfc082]::coop::Budget>>>::with::<tokio[5062e48e5bfc082]::coop::with_budget<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x5f756bcf0e1f - tokio[5062e48e5bfc082]::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   27:     0x5f756bcf0e1f - tokio[5062e48e5bfc082]::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   28:     0x5f756bcf0e1f - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   29:     0x5f756bcf18ec - tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter::<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   30:     0x5f756bceaad9 - <tokio[5062e48e5bfc082]::macros::scoped_tls::ScopedKey<tokio[5062e48e5bfc082]::runtime::basic_scheduler::Context>>::set::<tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x5f756bcecc18 - tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter::<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   32:     0x5f756bce9f52 - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   33:     0x5f756bce32ee - <tokio[5062e48e5bfc082]::runtime::Runtime>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   34:     0x5f756bcaaa46 - tokio[5062e48e5bfc082]::runtime::context::enter::<<tokio[5062e48e5bfc082]::runtime::Runtime>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   35:     0x5f756bccd63c - <tokio[5062e48e5bfc082]::runtime::handle::Handle>::enter::<<tokio[5062e48e5bfc082]::runtime::Runtime>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   36:     0x5f756bce2799 - <tokio[5062e48e5bfc082]::runtime::Runtime>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   37:     0x5f756bcbd6c7 - rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:274:5
[INFO] [stdout]   38:     0x5f756bcb8fa7 - rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:275:40
[INFO] [stdout]   39:     0x5f756bcdac86 - <rust_auth_srv[c232f35adc7d1572]::tests::admin_route_unauthorized::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5f756bd0372b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5f756bd0372b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x5f756bd1011b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x5f756bd1011b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x5f756bd1011b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x5f756bd1011b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x5f756bd0b834 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x5f756bd0b834 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x5f756bd12d22 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x5f756bd12d22 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x5f756bd12d22 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x5f756bd12d22 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x5f756bd12d22 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x5f756bd12d22 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x5f756bd12d22 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5f756bf23eaf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   59:     0x5f756bf23eaf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x748c31521aa4 - <unknown>
[INFO] [stdout]   61:     0x748c315aea64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::admin_route_old_token stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::admin_route_old_token' (18) panicked at src/main.rs:255:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 500
[INFO] [stdout]  right: 401
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f756bf245ca - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f756bf245ca - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f756bf245ca - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f756bf245ca - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f756bf3985a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f756bf3985a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5f756bf29042 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f756bf29042 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f756bf0321f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f756bf0321f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f756bf1ca09 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f756bd0f64c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5f756bd0f64c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f756bf1cbc2 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5f756bf1cbc2 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f756bf032d8 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f756befac49 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f756bf03fed - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f756bf3a04c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f756bf39ed3 - core[786f478f706679df]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5f756bccfa99 - core[786f478f706679df]::panicking::assert_failed::<http[c27fd5563f40a3c8]::status::StatusCode, http[c27fd5563f40a3c8]::status::StatusCode>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5f756bcbac2c - rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:255:9
[INFO] [stdout]   22:     0x5f756bcf1e7d - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   23:     0x5f756bcacc00 - tokio[5062e48e5bfc082]::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   24:     0x5f756bc830b5 - <std[f92b4c606f291077]::thread::local::LocalKey<core[786f478f706679df]::cell::Cell<tokio[5062e48e5bfc082]::coop::Budget>>>::try_with::<tokio[5062e48e5bfc082]::coop::with_budget<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x5f756bc8156e - <std[f92b4c606f291077]::thread::local::LocalKey<core[786f478f706679df]::cell::Cell<tokio[5062e48e5bfc082]::coop::Budget>>>::with::<tokio[5062e48e5bfc082]::coop::with_budget<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x5f756bcef82f - tokio[5062e48e5bfc082]::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   27:     0x5f756bcef82f - tokio[5062e48e5bfc082]::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   28:     0x5f756bcef82f - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   29:     0x5f756bcf17fc - tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter::<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   30:     0x5f756bcea779 - <tokio[5062e48e5bfc082]::macros::scoped_tls::ScopedKey<tokio[5062e48e5bfc082]::runtime::basic_scheduler::Context>>::set::<tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x5f756bcec108 - tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter::<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   32:     0x5f756bce9e92 - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   33:     0x5f756bce2f4e - <tokio[5062e48e5bfc082]::runtime::Runtime>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   34:     0x5f756bcaa716 - tokio[5062e48e5bfc082]::runtime::context::enter::<<tokio[5062e48e5bfc082]::runtime::Runtime>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   35:     0x5f756bccd3fc - <tokio[5062e48e5bfc082]::runtime::handle::Handle>::enter::<<tokio[5062e48e5bfc082]::runtime::Runtime>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   36:     0x5f756bce2689 - <tokio[5062e48e5bfc082]::runtime::Runtime>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   37:     0x5f756bcbd127 - rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:242:5
[INFO] [stdout]   38:     0x5f756bcb8f17 - rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:243:37
[INFO] [stdout]   39:     0x5f756bcdabc6 - <rust_auth_srv[c232f35adc7d1572]::tests::admin_route_old_token::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5f756bd0372b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5f756bd0372b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x5f756bd1011b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x5f756bd1011b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x5f756bd1011b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x5f756bd1011b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x5f756bd0b834 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x5f756bd0b834 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x5f756bd12d22 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x5f756bd12d22 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x5f756bd12d22 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x5f756bd12d22 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x5f756bd12d22 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x5f756bd12d22 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x5f756bd12d22 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5f756bf23eaf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   59:     0x5f756bf23eaf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x748c31521aa4 - <unknown>
[INFO] [stdout]   61:     0x748c315aea64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::user_route_old_token stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::user_route_old_token' (23) panicked at src/main.rs:239:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 500
[INFO] [stdout]  right: 401
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f756bf245ca - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f756bf245ca - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f756bf245ca - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f756bf245ca - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f756bf3985a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f756bf3985a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5f756bf29042 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f756bf29042 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f756bf0321f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f756bf0321f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f756bf1ca09 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f756bd0f64c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5f756bd0f64c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f756bf1cbc2 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5f756bf1cbc2 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f756bf032d8 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f756befac49 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f756bf03fed - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f756bf3a04c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f756bf39ed3 - core[786f478f706679df]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5f756bccfa99 - core[786f478f706679df]::panicking::assert_failed::<http[c27fd5563f40a3c8]::status::StatusCode, http[c27fd5563f40a3c8]::status::StatusCode>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5f756bcba859 - rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:239:9
[INFO] [stdout]   22:     0x5f756bcf1d6d - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   23:     0x5f756bcacad0 - tokio[5062e48e5bfc082]::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   24:     0x5f756bc82fb5 - <std[f92b4c606f291077]::thread::local::LocalKey<core[786f478f706679df]::cell::Cell<tokio[5062e48e5bfc082]::coop::Budget>>>::try_with::<tokio[5062e48e5bfc082]::coop::with_budget<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x5f756bc8151e - <std[f92b4c606f291077]::thread::local::LocalKey<core[786f478f706679df]::cell::Cell<tokio[5062e48e5bfc082]::coop::Budget>>>::with::<tokio[5062e48e5bfc082]::coop::with_budget<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x5f756bcef0df - tokio[5062e48e5bfc082]::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   27:     0x5f756bcef0df - tokio[5062e48e5bfc082]::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   28:     0x5f756bcef0df - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   29:     0x5f756bcf17ac - tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter::<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   30:     0x5f756bcea659 - <tokio[5062e48e5bfc082]::macros::scoped_tls::ScopedKey<tokio[5062e48e5bfc082]::runtime::basic_scheduler::Context>>::set::<tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x5f756bcebd58 - tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter::<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   32:     0x5f756bce9e52 - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   33:     0x5f756bce2e1e - <tokio[5062e48e5bfc082]::runtime::Runtime>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   34:     0x5f756bcaa606 - tokio[5062e48e5bfc082]::runtime::context::enter::<<tokio[5062e48e5bfc082]::runtime::Runtime>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   35:     0x5f756bccd33c - <tokio[5062e48e5bfc082]::runtime::handle::Handle>::enter::<<tokio[5062e48e5bfc082]::runtime::Runtime>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   36:     0x5f756bce2629 - <tokio[5062e48e5bfc082]::runtime::Runtime>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   37:     0x5f756bcbcf47 - rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:226:5
[INFO] [stdout]   38:     0x5f756bcb8ee7 - rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:227:36
[INFO] [stdout]   39:     0x5f756bcdab86 - <rust_auth_srv[c232f35adc7d1572]::tests::user_route_old_token::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5f756bd0372b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5f756bd0372b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x5f756bd1011b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x5f756bd1011b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x5f756bd1011b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x5f756bd1011b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x5f756bd0b834 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x5f756bd0b834 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x5f756bd12d22 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x5f756bd12d22 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x5f756bd12d22 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x5f756bd12d22 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x5f756bd12d22 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x5f756bd12d22 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x5f756bd12d22 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5f756bf23eaf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   59:     0x5f756bf23eaf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x748c31521aa4 - <unknown>
[INFO] [stdout]   61:     0x748c315aea64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::user_route_unauthorized stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::user_route_unauthorized' (25) panicked at src/main.rs:271:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 500
[INFO] [stdout]  right: 401
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f756bf245ca - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f756bf245ca - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f756bf245ca - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f756bf245ca - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f756bf3985a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f756bf3985a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5f756bf29042 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f756bf29042 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f756bf0321f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f756bf0321f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f756bf1ca09 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f756bd0f64c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5f756bd0f64c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f756bf1cbc2 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5f756bf1cbc2 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f756bf032d8 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f756befac49 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f756bf03fed - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f756bf3a04c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f756bf39ed3 - core[786f478f706679df]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5f756bccfa99 - core[786f478f706679df]::panicking::assert_failed::<http[c27fd5563f40a3c8]::status::StatusCode, http[c27fd5563f40a3c8]::status::StatusCode>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5f756bcbb4f9 - rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:271:9
[INFO] [stdout]   22:     0x5f756bcf209d - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   23:     0x5f756bcace60 - tokio[5062e48e5bfc082]::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   24:     0x5f756bc832b5 - <std[f92b4c606f291077]::thread::local::LocalKey<core[786f478f706679df]::cell::Cell<tokio[5062e48e5bfc082]::coop::Budget>>>::try_with::<tokio[5062e48e5bfc082]::coop::with_budget<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x5f756bc8160e - <std[f92b4c606f291077]::thread::local::LocalKey<core[786f478f706679df]::cell::Cell<tokio[5062e48e5bfc082]::coop::Budget>>>::with::<tokio[5062e48e5bfc082]::coop::with_budget<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x5f756bcf06cf - tokio[5062e48e5bfc082]::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   27:     0x5f756bcf06cf - tokio[5062e48e5bfc082]::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   28:     0x5f756bcf06cf - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   29:     0x5f756bcf189c - tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter::<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   30:     0x5f756bcea9b9 - <tokio[5062e48e5bfc082]::macros::scoped_tls::ScopedKey<tokio[5062e48e5bfc082]::runtime::basic_scheduler::Context>>::set::<tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x5f756bcec868 - tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter::<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   32:     0x5f756bce9f12 - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   33:     0x5f756bce31be - <tokio[5062e48e5bfc082]::runtime::Runtime>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   34:     0x5f756bcaa936 - tokio[5062e48e5bfc082]::runtime::context::enter::<<tokio[5062e48e5bfc082]::runtime::Runtime>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   35:     0x5f756bccd57c - <tokio[5062e48e5bfc082]::runtime::handle::Handle>::enter::<<tokio[5062e48e5bfc082]::runtime::Runtime>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   36:     0x5f756bce2739 - <tokio[5062e48e5bfc082]::runtime::Runtime>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   37:     0x5f756bcbd4e7 - rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:258:5
[INFO] [stdout]   38:     0x5f756bcb8f77 - rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:259:39
[INFO] [stdout]   39:     0x5f756bcdac46 - <rust_auth_srv[c232f35adc7d1572]::tests::user_route_unauthorized::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5f756bd0372b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5f756bd0372b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x5f756bd1011b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x5f756bd1011b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x5f756bd1011b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x5f756bd1011b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x5f756bd0b834 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x5f756bd0b834 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x5f756bd12d22 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x5f756bd12d22 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x5f756bd12d22 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x5f756bd12d22 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x5f756bd12d22 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x5f756bd12d22 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x5f756bd12d22 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5f756bf23eaf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   59:     0x5f756bf23eaf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x748c31521aa4 - <unknown>
[INFO] [stdout]   61:     0x748c315aea64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::login_wrong_credentials stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::login_wrong_credentials' (21) panicked at src/main.rs:187:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 500
[INFO] [stdout]  right: 403
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f756bf245ca - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f756bf245ca - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f756bf245ca - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f756bf245ca - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f756bf3985a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f756bf3985a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5f756bf29042 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f756bf29042 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f756bf0321f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f756bf0321f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f756bf1ca09 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f756bd0f64c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5f756bd0f64c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f756bf1cbc2 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5f756bf1cbc2 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f756bf032d8 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f756befac49 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f756bf03fed - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f756bf3a04c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f756bf39ed3 - core[786f478f706679df]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5f756bccfa99 - core[786f478f706679df]::panicking::assert_failed::<http[c27fd5563f40a3c8]::status::StatusCode, http[c27fd5563f40a3c8]::status::StatusCode>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5f756bcbb115 - rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:187:9
[INFO] [stdout]   22:     0x5f756bcf1f8d - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   23:     0x5f756bcacd30 - tokio[5062e48e5bfc082]::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   24:     0x5f756bc831b5 - <std[f92b4c606f291077]::thread::local::LocalKey<core[786f478f706679df]::cell::Cell<tokio[5062e48e5bfc082]::coop::Budget>>>::try_with::<tokio[5062e48e5bfc082]::coop::with_budget<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x5f756bc815be - <std[f92b4c606f291077]::thread::local::LocalKey<core[786f478f706679df]::cell::Cell<tokio[5062e48e5bfc082]::coop::Budget>>>::with::<tokio[5062e48e5bfc082]::coop::with_budget<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x5f756bceff7f - tokio[5062e48e5bfc082]::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   27:     0x5f756bceff7f - tokio[5062e48e5bfc082]::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   28:     0x5f756bceff7f - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   29:     0x5f756bcf184e - tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter::<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   30:     0x5f756bcea897 - <tokio[5062e48e5bfc082]::macros::scoped_tls::ScopedKey<tokio[5062e48e5bfc082]::runtime::basic_scheduler::Context>>::set::<tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x5f756bcec4b8 - tokio[5062e48e5bfc082]::runtime::basic_scheduler::enter::<<tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}, (), tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   32:     0x5f756bce9ed0 - <tokio[5062e48e5bfc082]::runtime::basic_scheduler::BasicScheduler<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::time::driver::Driver<tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>, tokio[5062e48e5bfc082]::park::either::Either<tokio[5062e48e5bfc082]::io::driver::Driver, tokio[5062e48e5bfc082]::park::thread::ParkThread>>>>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   33:     0x5f756bce308a - <tokio[5062e48e5bfc082]::runtime::Runtime>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   34:     0x5f756bcaa826 - tokio[5062e48e5bfc082]::runtime::context::enter::<<tokio[5062e48e5bfc082]::runtime::Runtime>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   35:     0x5f756bccd4ba - <tokio[5062e48e5bfc082]::runtime::handle::Handle>::enter::<<tokio[5062e48e5bfc082]::runtime::Runtime>::block_on<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   36:     0x5f756bce26e7 - <tokio[5062e48e5bfc082]::runtime::Runtime>::block_on::<rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   37:     0x5f756bcbd309 - rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:172:5
[INFO] [stdout]   38:     0x5f756bcb8f47 - rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:173:39
[INFO] [stdout]   39:     0x5f756bcdac06 - <rust_auth_srv[c232f35adc7d1572]::tests::login_wrong_credentials::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5f756bd0372b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5f756bd0372b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x5f756bd1011b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x5f756bd1011b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x5f756bd1011b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x5f756bd1011b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x5f756bd1011b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x5f756bd0b834 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x5f756bd0b834 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x5f756bd12d22 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x5f756bd12d22 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x5f756bd12d22 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x5f756bd12d22 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x5f756bd12d22 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x5f756bd12d22 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x5f756bd12d22 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5f756bf23eaf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   59:     0x5f756bf23eaf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x748c31521aa4 - <unknown>
[INFO] [stdout]   61:     0x748c315aea64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::admin_route_old_token
[INFO] [stdout]     tests::admin_route_unauthorized
[INFO] [stdout]     tests::login_wrong_credentials
[INFO] [stdout]     tests::user_route_old_token
[INFO] [stdout]     tests::user_route_unauthorized
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin rust-auth-srv`
[INFO] running `Command { std: "docker" "inspect" "e33da70c66717025a4f60f29929eb8f2604a31af7978275c0320faa4008a46bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e33da70c66717025a4f60f29929eb8f2604a31af7978275c0320faa4008a46bb", kill_on_drop: false }`
[INFO] [stdout] e33da70c66717025a4f60f29929eb8f2604a31af7978275c0320faa4008a46bb
